Windows Notes
Table of Contents
Library Paths
- Library search paths in Windows follow the default
PATH
environment variable - The format is mostly the same as unix but semicolons,
;
are used to delimit options
SDL Audio
- In order to have SDL audio work you need to set the environment variable
SDL_AUDIODRIVER
- If this variable is not set then you won't hear anything
- I have had good results with
SDL_AUDIODRIVER=directsound